-
Notifications
You must be signed in to change notification settings - Fork 274
revert(amazonq): hide java 21 option #5354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| codemodernizer.chat.message.button.view_summary=View summary | ||
| codemodernizer.chat.message.changes_applied=I applied the changes to your project. | ||
| codemodernizer.chat.message.choose_objective=I can help you with the following tasks:\n- Upgrade your Java 8, Java 11, and Java 17 codebases to Java 17 or Java 21.\n- Upgrade Java 17 or Java 21 code with up-to-date libraries and other dependencies.\n- Convert embedded SQL code for Oracle to PostgreSQL database migrations in AWS DMS.\n\nWhat would you like to do? You can enter "language upgrade" or "sql conversion". | ||
| codemodernizer.chat.message.choose_objective=I can help you with the following tasks:\n- Upgrade your Java 8 and Java 11 codebases to Java 17.\n- Upgrade Java 17 code with up-to-date libraries and other dependencies.\n- Convert embedded SQL code for Oracle to PostgreSQL database migrations in AWS DMS.\n\nWhat would you like to do? You can enter "language upgrade" or "sql conversion". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what it was before 21 was added for messaging, but did we have upgrade your java 8, 11 and 17 or did it just say 8 and 11?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "8, 11, and 17", but the way I have it here is also fine since the second bullet point says "Upgrade Java 17 code with up-to-date libraries and other dependencies"
This reverts commit 9a60e50.
* revert(amazonq): hide java 21 option * remove unused import * update String --------- Co-authored-by: David Hasani <[email protected]>
* revert(amazonq): hide java 21 option * remove unused import * update String --------- Co-authored-by: David Hasani <[email protected]>
Types of changes
Description
Hide Java 21 support due to an emergency release in JB.
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.